Wilf–Zeilberger pair

In mathematics, specifically combinatorics, a Wilf–Zeilberger pair, or WZ pair, is a pair of functions that can be used to certify certain combinatorial identities. In particular, WZ pairs are instrumental in the evaluation of many sums involving binomial coefficients, factorials, and in general any hypergeometric series. A function's WZ counterpart may be used to find an equivalent, and much simpler sum. Although finding WZ pairs by hand is impractical in most cases, Gosper's algorithm provides a sure method to find a function's WZ counterpart, and can be implemented in a symbolic manipulation program.

Contents

Definition

Two functions, F and G, form a pair if and only if the following two conditions hold:

F(n%2B1,k)-F(n,k) = G(n,k%2B1)-G(n,k)\,
G(n,\pm\infty) = 0. \,

Together, these conditions ensure that the sum

\sum_{k=-\infty}^\infty [F(n%2B1,k)-F(n,k)] = 0

because the function G telescopes:

\begin{align} \sum_{k=-\infty}^\infty [F(n%2B1,k)-F(n,k)] 
& {} = \lim_{M \to \infty} \sum_{k=-M}^M[F(n%2B1,k)-F(n,k)] \\
& {} = \lim_{M \to \infty} \sum_{k=-M}^M [G(n,k%2B1)-G(n,k)] \\
& {} = \lim_{M \to \infty} [G(n,M%2B1)-G(n,-M)] \\
& {} = 0-0 \\
& {} = 0.
\end{align}

Example

A Wilf–Zeilberger pair can be used to verify the identity

\sum_{k=-\infty}^\infty (-1)^k {n \choose k} {2k \choose k} 4^{n-k} = {2n \choose n}

using the proof certificate

R(n,k)=\frac{2k-1}{2n%2B1}.

Define the following functions:

\begin{align} 
F(n,k)&=\frac{(-1)^k {n \choose k} {2k \choose k} 4^{n-k}}{{2n \choose n}} \\
G(n,k)&=R(n,k)F(n,k-1)
\end{align}

Now F and G will form a Wilf-Zeilberger pair:

See also

References

External links